HVM: clean up hvm_save_one()
authorJan Beulich <jbeulich@suse.com>
Wed, 14 Jun 2017 09:39:06 +0000 (11:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 14 Jun 2017 09:39:06 +0000 (11:39 +0200)
commit6378ceeec7dfa648b4d75b313a614a0008c51fdf
tree3f7cf82b62705722296b76282e30bb30439f5ada
parent38d42c5ecf794a391ea6933b9a93e2fd6ffdfcbe
HVM: clean up hvm_save_one()

Eliminate the for_each_vcpu() loop and the associated local variables,
don't override the save handler's return code, and correct formatting.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
xen/common/hvm/save.c